home *** CD-ROM | disk | FTP | other *** search
/ Trusted Irix /B 4.0.4 / Trusted-Irix B-4.0.1.iso / dist / eoe1.idb / etc / init.d / MOUNTFSYS.z / MOUNTFSYS
Text File  |  1992-04-03  |  393b  |  18 lines

  1. #! /bin/sh
  2. #Tag 0x00000f00
  3.  
  4. # Mount file systems
  5. # "$Revision: 1.15 $"
  6.  
  7. cd /
  8.  
  9. # Local disk filesystem mounting, done here in earlier versions, is now done 
  10. # directly from rc2, in order to be able to detect a /usr mount failure & 
  11. # gracefully abort.
  12.  
  13. # If the /debug directory is present, mount the debug file system
  14. if [ -d /debug ]
  15. then
  16.     /etc/mount -t dbg -o noplang=dblow /debug /debug
  17. fi
  18.